MindFusion.Wpf Pack Programmer's Guide
LayerPresenter.DrawPolyline Method
See Also
 





Draws a polyline.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public void DrawPolyline (
    IList<Point> points
)

Visual Basic  Copy Code

Public Sub DrawPolyline( _
    points As IList(Of Point) _
)

 Parameters

points

A list of points specifying the polyline segments.

 See Also

LayerPresenter Members
LayerPresenter Class
MindFusion.Mapping.Wpf Namespace